Skip to content

feat(providers): add OpenAI GPT-5.6 Sol, Terra, and Luna models#5537

Merged
waleedlatif1 merged 1 commit into
stagingfrom
worktree-add-openai-models
Jul 9, 2026
Merged

feat(providers): add OpenAI GPT-5.6 Sol, Terra, and Luna models#5537
waleedlatif1 merged 1 commit into
stagingfrom
worktree-add-openai-models

Conversation

@waleedlatif1

Copy link
Copy Markdown
Collaborator

Summary

  • add GPT-5.6 Sol, Terra, and Luna to the openai provider in models.ts
  • Sol is the new flagship (recommended: true, moved off gpt-5.5), Luna is speed-optimized
  • pricing, context window (1.05M), max output (128K), and reasoning-effort levels (incl. new max tier) verified against OpenRouter's live model API and cross-checked against announced pricing

Type of Change

  • New feature

Testing

Tested manually — bun run lint passes, verified reasoningEffort/verbosity fields are consumed by openai/core.ts, confirmed no test suite hardcodes an exhaustive model list that would break.

Checklist

  • Code follows project style guidelines
  • Self-reviewed my changes
  • Tests added/updated and passing
  • No new warnings introduced
  • I confirm that I have read and agree to the terms outlined in the Contributor License Agreement (CLA)

@vercel

vercel Bot commented Jul 9, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
docs Skipped Skipped Jul 9, 2026 5:55pm

Request Review

@cursor

cursor Bot commented Jul 9, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
Static provider catalog updates only; no runtime logic changes beyond how existing metadata drives model pickers, pricing, and request sanitization.

Overview
Registers GPT-5.6 Sol, Terra, and Luna in the OpenAI provider catalog with pricing, 1.05M context, 128K max output, and reasoning effort options through a new max tier (plus verbosity).

gpt-5.6-sol is now the OpenAI recommended default; recommended: true is removed from gpt-5.5. gpt-5.6-luna is marked speedOptimized.

Reviewed by Cursor Bugbot for commit 58d0320. Configure here.

@greptile-apps

greptile-apps Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR adds the GPT-5.6 model family to the OpenAI provider. The main changes are:

  • New GPT-5.6 Sol, Terra, and Luna model definitions.
  • Pricing, context window, max output, verbosity, and reasoning-effort metadata for each new model.
  • GPT-5.6 Sol marked as the recommended OpenAI model instead of GPT-5.5 Pro.

Confidence Score: 5/5

This looks safe to merge.

  • No blocking issues found in the changed code.

Important Files Changed

Filename Overview
apps/sim/providers/models.ts Adds GPT-5.6 OpenAI model metadata and updates the recommended OpenAI model.

Reviews (2): Last reviewed commit: "feat(providers): add OpenAI GPT-5.6 Sol,..." | Re-trigger Greptile

Comment thread apps/sim/providers/models.ts
@waleedlatif1 waleedlatif1 force-pushed the worktree-add-openai-models branch from 8d3334a to 58d0320 Compare July 9, 2026 17:55
@waleedlatif1

Copy link
Copy Markdown
Collaborator Author

@greptile-apps review

@waleedlatif1

Copy link
Copy Markdown
Collaborator Author

bugbot run

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Bugbot reviewed your changes and found no new issues!

Comment @cursor review or bugbot run to trigger another review on this PR

Reviewed by Cursor Bugbot for commit 58d0320. Configure here.

@waleedlatif1 waleedlatif1 merged commit b09e0c0 into staging Jul 9, 2026
18 checks passed
@waleedlatif1 waleedlatif1 deleted the worktree-add-openai-models branch July 9, 2026 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant